home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
applications
/
databases
/
telebase2.6.lha
/
TBase_rexx.lha
/
tb.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-04-14
|
300 b
|
17 lines
/* Test Telebase */
call addlib 'rexxsupport.library', 0, -30, 0
/* getargs Make this work... eh? */
do forever
compress(FNAME)
len = length(argument)
res = compare(left(FNAME,len), left(argument, len) )
if res = 0 then TAG
NEXT
GetVar
if recordnum=numrecords then exit
END